3.2.95 \(\int \frac {1}{(d e+d f x) (a+b \log (c (e+f x)))} \, dx\) [195]

Optimal. Leaf size=23 \[ \frac {\log (a+b \log (c (e+f x)))}{b d f} \]

[Out]

ln(a+b*ln(c*(f*x+e)))/b/d/f

________________________________________________________________________________________

Rubi [A]
time = 0.04, antiderivative size = 23, normalized size of antiderivative = 1.00, number of steps used = 4, number of rules used = 4, integrand size = 25, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.160, Rules used = {2437, 12, 2339, 29} \begin {gather*} \frac {\log (a+b \log (c (e+f x)))}{b d f} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[1/((d*e + d*f*x)*(a + b*Log[c*(e + f*x)])),x]

[Out]

Log[a + b*Log[c*(e + f*x)]]/(b*d*f)

Rule 12

Int[(a_)*(u_), x_Symbol] :> Dist[a, Int[u, x], x] /; FreeQ[a, x] &&  !MatchQ[u, (b_)*(v_) /; FreeQ[b, x]]

Rule 29

Int[(x_)^(-1), x_Symbol] :> Simp[Log[x], x]

Rule 2339

Int[((a_.) + Log[(c_.)*(x_)^(n_.)]*(b_.))^(p_.)/(x_), x_Symbol] :> Dist[1/(b*n), Subst[Int[x^p, x], x, a + b*L
og[c*x^n]], x] /; FreeQ[{a, b, c, n, p}, x]

Rule 2437

Int[((a_.) + Log[(c_.)*((d_) + (e_.)*(x_))^(n_.)]*(b_.))^(p_.)*((f_) + (g_.)*(x_))^(q_.), x_Symbol] :> Dist[1/
e, Subst[Int[(f*(x/d))^q*(a + b*Log[c*x^n])^p, x], x, d + e*x], x] /; FreeQ[{a, b, c, d, e, f, g, n, p, q}, x]
 && EqQ[e*f - d*g, 0]

Rubi steps

\begin {align*} \int \frac {1}{(d e+d f x) (a+b \log (c (e+f x)))} \, dx &=\frac {\text {Subst}\left (\int \frac {1}{d x (a+b \log (c x))} \, dx,x,e+f x\right )}{f}\\ &=\frac {\text {Subst}\left (\int \frac {1}{x (a+b \log (c x))} \, dx,x,e+f x\right )}{d f}\\ &=\frac {\text {Subst}\left (\int \frac {1}{x} \, dx,x,a+b \log (c (e+f x))\right )}{b d f}\\ &=\frac {\log (a+b \log (c (e+f x)))}{b d f}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.01, size = 23, normalized size = 1.00 \begin {gather*} \frac {\log (a+b \log (c (e+f x)))}{b d f} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[1/((d*e + d*f*x)*(a + b*Log[c*(e + f*x)])),x]

[Out]

Log[a + b*Log[c*(e + f*x)]]/(b*d*f)

________________________________________________________________________________________

Maple [A]
time = 0.51, size = 25, normalized size = 1.09

method result size
norman \(\frac {\ln \left (a +b \ln \left (c \left (f x +e \right )\right )\right )}{b d f}\) \(24\)
derivativedivides \(\frac {\ln \left (a +b \ln \left (c f x +c e \right )\right )}{f d b}\) \(25\)
default \(\frac {\ln \left (a +b \ln \left (c f x +c e \right )\right )}{f d b}\) \(25\)
risch \(\frac {\ln \left (\ln \left (c \left (f x +e \right )\right )+\frac {a}{b}\right )}{b d f}\) \(26\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(d*f*x+d*e)/(a+b*ln(c*(f*x+e))),x,method=_RETURNVERBOSE)

[Out]

1/f/d*ln(a+b*ln(c*f*x+c*e))/b

________________________________________________________________________________________

Maxima [A]
time = 0.27, size = 30, normalized size = 1.30 \begin {gather*} \frac {\log \left (\frac {b \log \left (f x + e\right ) + b \log \left (c\right ) + a}{b}\right )}{b d f} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(d*f*x+d*e)/(a+b*log(c*(f*x+e))),x, algorithm="maxima")

[Out]

log((b*log(f*x + e) + b*log(c) + a)/b)/(b*d*f)

________________________________________________________________________________________

Fricas [A]
time = 0.35, size = 25, normalized size = 1.09 \begin {gather*} \frac {\log \left (b \log \left (c f x + c e\right ) + a\right )}{b d f} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(d*f*x+d*e)/(a+b*log(c*(f*x+e))),x, algorithm="fricas")

[Out]

log(b*log(c*f*x + c*e) + a)/(b*d*f)

________________________________________________________________________________________

Sympy [A]
time = 0.08, size = 17, normalized size = 0.74 \begin {gather*} \frac {\log {\left (\frac {a}{b} + \log {\left (c \left (e + f x\right ) \right )} \right )}}{b d f} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(d*f*x+d*e)/(a+b*ln(c*(f*x+e))),x)

[Out]

log(a/b + log(c*(e + f*x)))/(b*d*f)

________________________________________________________________________________________

Giac [A]
time = 4.64, size = 25, normalized size = 1.09 \begin {gather*} \frac {\log \left (b \log \left (c f x + c e\right ) + a\right )}{b d f} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(d*f*x+d*e)/(a+b*log(c*(f*x+e))),x, algorithm="giac")

[Out]

log(b*log(c*f*x + c*e) + a)/(b*d*f)

________________________________________________________________________________________

Mupad [B]
time = 0.85, size = 23, normalized size = 1.00 \begin {gather*} \frac {\ln \left (a+b\,\ln \left (c\,\left (e+f\,x\right )\right )\right )}{b\,d\,f} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/((d*e + d*f*x)*(a + b*log(c*(e + f*x)))),x)

[Out]

log(a + b*log(c*(e + f*x)))/(b*d*f)

________________________________________________________________________________________